Class symantec.itools.db.beans.brl.adapter.ComputedColAdapterConstants
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.ComputedColAdapterConstants

Object
   |
   +----symantec.itools.db.beans.brl.adapter.ComputedColAdapterConstants

public class ComputedColAdapterConstants
extends Object
Class describing constants and helper functions used.

Version:
1.00 07/24/98
Author:
Puru Balakrishnan

Variable Index

 o CONSTANT_INPUTTYPE
 o DATABOUND_INPUTTYPE
 o DEFAULTFONT_NAME
 o DEFAULTFONT_SIZE
 o DERIVATION
 o DERIVATIONCOLUMN_DESC
 o DERIVATION_IFACENAME
Interface names
 o DERIVATION_PERROW
 o DERIVATION_PERROWSET
 o DERIVBEAN_DISPLAYPROPS
 o DERIVBEAN_NUMPROPS
constants for derivation, validation adapter bean properties
 o INPUTTYPES_DESC
 o LINEBORDER_SIZE
 o MAXIMUM_ROW_SIZE
Constants used for customizers, property editors
 o MULTIROW_MODE
 o NUMINPUTTYPES
Constants for input types
 o NUMTYPES
Number of computed column types
 o NUM_DERIVATIONRULE_TYPES
 o NUM_VALIDATIONRULE_TYPES
 o PROPEDITOR_HEIGHT
 o PROPEDITOR_WIDTH
 o PROP_NO_INTRO_PAGE
 o SINGLEROW_MODE
 o UNKNOWN
Constants to define different type of computed column
 o VALIDATION
 o VALIDATIONCOLUMN_DESC
 o VALIDATION_IFACENAME
 o VALIDATION_PERROW
 o VALIDBEAN_DISPLAYPROPS
 o VALIDBEAN_NUMPROPS
 o WIZARDPANEL_HEIGHT
 o WIZARDPANEL_WIDTH

Method Index

 o convArrayToCommaSepString(String[])
Method to convert array to comma separated string
 o convCommaSepStringToArray(String)
Method to convert comma separated strings to array
 o convNewLineSepStringToArray(String)
Helper method to convert a new line sep.
 o getDefaultFont()
Method to get the default font for text area
 o getMargin()
Method to get the default margin for all components
 o getOffSetToDerivationDescArray(String)
Method to obtain offset to array of constants
 o getOffSetToValidationDescArray(String)
Method to obtain offset to array of constants
 o isDerivationRule(int)
Method to verify if the rule type is of derivation
 o isValidationRule(int)
Method to verify if the rule type is of validation
 o makeButton(ImageIcon, String, String)
Method to create a JFC button.

Variables

 o CONSTANT_INPUTTYPE
public static final int CONSTANT_INPUTTYPE
 o DATABOUND_INPUTTYPE
public static final int DATABOUND_INPUTTYPE
 o DEFAULTFONT_NAME
public static final java.lang.String DEFAULTFONT_NAME
 o DEFAULTFONT_SIZE
public static int DEFAULTFONT_SIZE
 o DERIVATION
public static final int DERIVATION
 o DERIVATIONCOLUMN_DESC
public static java.lang.String[] DERIVATIONCOLUMN_DESC
 o DERIVATION_IFACENAME
public static final java.lang.String DERIVATION_IFACENAME
Interface names

 o DERIVATION_PERROW
public static final int DERIVATION_PERROW
 o DERIVATION_PERROWSET
public static final int DERIVATION_PERROWSET
 o DERIVBEAN_DISPLAYPROPS
public static final int DERIVBEAN_DISPLAYPROPS
 o DERIVBEAN_NUMPROPS
public static final int DERIVBEAN_NUMPROPS
constants for derivation, validation adapter bean properties

 o INPUTTYPES_DESC
public static java.lang.String[] INPUTTYPES_DESC
 o LINEBORDER_SIZE
public static final int LINEBORDER_SIZE
 o MAXIMUM_ROW_SIZE
public static final int MAXIMUM_ROW_SIZE
Constants used for customizers, property editors

 o MULTIROW_MODE
public static final int MULTIROW_MODE
 o NUMINPUTTYPES
public static final int NUMINPUTTYPES
Constants for input types

 o NUMTYPES
public static final int NUMTYPES
Number of computed column types

 o NUM_DERIVATIONRULE_TYPES
public static final int NUM_DERIVATIONRULE_TYPES
 o NUM_VALIDATIONRULE_TYPES
public static final int NUM_VALIDATIONRULE_TYPES
 o PROPEDITOR_HEIGHT
public static int PROPEDITOR_HEIGHT
 o PROPEDITOR_WIDTH
public static int PROPEDITOR_WIDTH
 o PROP_NO_INTRO_PAGE
public static final java.lang.String PROP_NO_INTRO_PAGE
 o SINGLEROW_MODE
public static final int SINGLEROW_MODE
 o UNKNOWN
public static final int UNKNOWN
Constants to define different type of computed column

 o VALIDATION
public static final int VALIDATION
 o VALIDATIONCOLUMN_DESC
public static java.lang.String[] VALIDATIONCOLUMN_DESC
 o VALIDATION_IFACENAME
public static final java.lang.String VALIDATION_IFACENAME
 o VALIDATION_PERROW
public static final int VALIDATION_PERROW
 o VALIDBEAN_DISPLAYPROPS
public static final int VALIDBEAN_DISPLAYPROPS
 o VALIDBEAN_NUMPROPS
public static final int VALIDBEAN_NUMPROPS
 o WIZARDPANEL_HEIGHT
public static int WIZARDPANEL_HEIGHT
 o WIZARDPANEL_WIDTH
public static int WIZARDPANEL_WIDTH

Methods

 o convArrayToCommaSepString
public static java.lang.String convArrayToCommaSepString(String[] cols)
Method to convert array to comma separated string

 o convCommaSepStringToArray
public static java.lang.String[] convCommaSepStringToArray(String text)
Method to convert comma separated strings to array

 o convNewLineSepStringToArray
public static java.lang.String[] convNewLineSepStringToArray(String text)
Helper method to convert a new line sep. string to array

 o getDefaultFont
public static java.awt.Font getDefaultFont()
Method to get the default font for text area

 o getMargin
public static java.awt.Insets getMargin()
Method to get the default margin for all components

 o getOffSetToDerivationDescArray
public static int getOffSetToDerivationDescArray(String value)
Method to obtain offset to array of constants

 o getOffSetToValidationDescArray
public static int getOffSetToValidationDescArray(String value)
Method to obtain offset to array of constants

 o isDerivationRule
public static boolean isDerivationRule(int type)
Method to verify if the rule type is of derivation

 o isValidationRule
public static boolean isValidationRule(int type)
Method to verify if the rule type is of validation

 o makeButton
public static com.sun.java.swing.JButton makeButton(ImageIcon icon,
                                                    String text,
                                                    String toolTip)
Method to create a JFC button. If the icon is valid, create a button with the icon. Otherwise create the button with the text. In either case, set the tool tip

Returns:
JButton

All Packages  Class Hierarchy  This Package  Previous  Next  Index